home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / mmailp.idb / usr / lib / Zmail / mailx.zmailrc.z / mailx.zmailrc
Encoding:
Text File  |  1997-01-22  |  931 b   |  38 lines

  1. # .zmailrc to cause Z-Mail to emulate SysV mailx
  2. # -- Bart Schaefer
  3. #
  4. #----------------------------------------------------------------------------
  5. # Shortcomings:
  6. #  Z-Mail does not support the "noisy phone line" flag of mailx
  7. #   (-i command line option to ignore interrupts)
  8. #  Z-Mail command line options generally mimic BSD Mail, not mailx
  9. #  Lines marked with ?? may not reflect current mailx reality
  10. #----------------------------------------------------------------------------
  11. #
  12. # Set up prompting, headers
  13. #
  14. set prompt='& '
  15. set mil_time date_received
  16. set hdr_format='%8.80a %D %M %-2N %5T  %l/%c "%.29s"'    # ??
  17. #
  18. # Set up mailing/replying miscellaneous
  19. #
  20. set indent_str = "$(\t)"    # tab            # ??
  21. set reply_to_hdr auto_route newline=next        # ??
  22. #
  23. # Set up command interface
  24. #
  25. # Disable history
  26. #
  27. set ignore_bang
  28. #
  29. # Commands ??
  30. #
  31. cmd r replyall
  32. cmd R replysender
  33.  
  34. #
  35. # You may want this file sourced.
  36. #
  37. # source /usr/lib/Mail.rc
  38.